home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 26 (Anniversary Edition)
/
Volume 26 [Anniversary Edition] - JOGO DISK .iso
/
Fight
/
battleinmegaville.swf
/
scripts
/
DefineSprite_57
/
frame_6
/
DoAction.as
Wrap
Text File
|
2006-09-05
|
259b
|
12 lines
if(Math.abs(_root.chance - _root.maxchance) < Math.abs(_root.chance - _root.minchance))
{
if(Math.random() < Math.max(_root.chance,_root.slowchance))
{
gotoAndPlay(5);
}
}
else if(Math.random() < _root.chance)
{
gotoAndPlay(5);
}